3: #404 admin dashboard UI onto main#511
Open
superconductor-for-github[bot] wants to merge 56 commits into
Open
3: #404 admin dashboard UI onto main#511superconductor-for-github[bot] wants to merge 56 commits into
superconductor-for-github[bot] wants to merge 56 commits into
Conversation
Late days column Added one minor logic fix, resolved merge conflict due to UI change. All tests are passing
Enable/ Disable assignments update_all method fixed. Skip rubocop validations
… not being one(no canvas association) => Fail after 1s
Make sync enrollments and sync assignments async with Good_job gem and Added good_job gem dashboard permission control
…ance) Run GoodJob via execution_mode = :async in production (inherited by staging), so the single EB web instance processes background jobs in its own thread pool without a separate worker process or tier — and without depending on EB starting a Procfile `worker`. - production.rb: async execution mode + tunable max_threads/poll_interval/queues - database.yml: size prod/staging pool for Puma threads + GoodJob threads + listener - Procfile: drop the now-redundant `worker` entry (documented how to re-enable) good_jobs tables are created on deploy by the existing db:migrate step (.ebextensions/02_migrations.config).
- Edit Notes button: btn-outline-secondary (California gold #FDB515 on white, 1.78:1) -> btn-outline-primary, which is already tuned for AA contrast in both light and dark themes. - 'No notes yet.' placeholder: .text-muted inside a .bg-light box washed out in dark mode (1.16:1) because bg-light keeps a light surface while text-muted goes near-white. Pin .text-muted to a readable gray within the dark-theme .bg-light override (same pattern already used there for p/li/strong). Verified: full a11y suite (spec/ --tag a11y) 40 examples, 0 failures.
Re-sync with main after #509 (late days column) merged. Clean auto-merge; schema retains good_jobs tables + notes column. Full RSpec (594) + a11y (40) green; RuboCop clean.
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview-only sync of #404 (admin dashboard UI) onto current
main.Final PR in the stack (#394 → #392 → #390 → #404). Preserves PR #404 history and merges current
main.git rerereauto-replayed all of the #394/#392/#390 conflict resolutions; the only #404-specific work was additive:current_user.admin?) linking to/admin/blazerand/admin/good_job<link>tags + vendoredpublic/datatables/*.cssfeatures/navigation.feature+ stepsFull RSpec suite green (587 examples); RuboCop clean; navigation + student-notes cucumber pass.
Original PR: #404 · Stacked on #510